fix(cloudformation): add TLSv1.2_2025 and TLSv1.3_2025 to recommended TLS versions#7972
Open
cx-ori-bendet wants to merge 1 commit intomasterfrom
Open
fix(cloudformation): add TLSv1.2_2025 and TLSv1.3_2025 to recommended TLS versions#7972cx-ori-bendet wants to merge 1 commit intomasterfrom
cx-ori-bendet wants to merge 1 commit intomasterfrom
Conversation
… TLS versions AWS released new TLS policy versions in 2025 (TLSv1.2_2025, TLSv1.3_2025) that were not included in the is_recommended_tls() allowlist, causing false positives for CloudFront distributions using modern TLS configurations. Fixes #7932 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Your pull request can't be merged due to missing the Apache license statement. Please add the following statement at the end of the pr description:
In case the statement has already been added, make sure it is the last sentence in the description and the only one in its line. Thank you! |
Contributor
Contributor
Author
|
I submit this contribution under the Apache-2.0 license. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Summary
TLSv1.2_2025,TLSv1.3_2025) that were missing from theis_recommended_tls()allowlist incommon.regoFixes #7932
Test plan
negative1.yamlnow usesTLSv1.2_2025— should produce no findingnegative2.jsonnow usesTLSv1.3_2025— should produce no findinggo test ./test/... -run TestQueriesto verify all query tests pass🤖 Generated with Claude Code